projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0225d1
)
m28evk: Fix comment about the number of RAM banks
author
Fabio Estevam
<
[email protected]
>
Thu, 10 Nov 2011 06:38:45 +0000
(06:38 +0000)
committer
Stefano Babic
<
[email protected]
>
Fri, 11 Nov 2011 10:36:58 +0000
(11:36 +0100)
m28evk has one bank of RAM.
Fix the comment.
Cc: Marek Vasut <
[email protected]
>
Signed-off-by: Fabio Estevam <
[email protected]
>
Acked-by: Marek Vasut <
[email protected]
>
include/configs/m28evk.h
patch
|
blob
|
history
diff --git
a/include/configs/m28evk.h
b/include/configs/m28evk.h
index 52dcd4a6c587701ed1f4f1c1b74bb581e5a2d50f..d4bd207d58b92544a2e5a45d6c0d63c3add3598b 100644
(file)
--- a/
include/configs/m28evk.h
+++ b/
include/configs/m28evk.h
@@
-80,7
+80,7
@@
/*
* Memory configurations
*/
-#define CONFIG_NR_DRAM_BANKS 1 /*
2 banks
of DRAM */
+#define CONFIG_NR_DRAM_BANKS 1 /*
1 bank
of DRAM */
#define PHYS_SDRAM_1 0x40000000 /* Base address */
#define PHYS_SDRAM_1_SIZE 0x40000000 /* Max 1 GB RAM */
#define CONFIG_STACKSIZE 0x00010000 /* 128 KB stack */